home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu171.dms / pu171.adf / Install < prev    next >
Text File  |  1992-02-13  |  977b  |  36 lines

  1. echo "Setting up NComm: assignment ..."
  2. assign NComm:
  3. assign NComm: ""
  4.  
  5. makedir ram:NCommTemp                ;Make a temporary directory
  6. failat 100
  7.  
  8. copy libs/#? ram:NCommTemp ;Copy to temporary dir
  9.  
  10. makedir ram:NCommTemp/fonts
  11.  
  12. copy fonts/#? ram:NCommTemp/fonts ALL
  13.                                      ;Change Directory to temp
  14. cd ram:NCommTemp
  15.  
  16. echo "Installing XPRZmodem.library in libs: ..."
  17. copy xprzmodem.library libs:
  18.  
  19. echo "Installing XPRKermit.library in libs: ..."
  20. copy xprkermit.library libs:
  21.  
  22. echo "Installing Req.library in libs: ..."
  23. copy req.library libs:
  24.  
  25. echo "Installing Rybakken IBM fonts in fonts: ..."
  26. echo "(if the makedir fails, the directories already exist)"
  27.  
  28. copy ram:NCommTemp/fonts/#? fonts: ALL
  29.  
  30. cd NComm:
  31. delete >NIL: ram:NCommTemp ALL       ;Delete temporary dir and files
  32.  
  33. echo "All done. You may have to reset your machine if an"
  34. echo "old version of req.library is already in memory..."
  35. endcli                               ;Needed for XIcon
  36.